home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc2_x
/
tcprogud.sit
/
TC Prog Guide
/
card_6390.txt
< prev
next >
Wrap
Text File
|
1991-02-27
|
2KB
|
84 lines
-- card: 6390 from stack: in
-- bmap block id: 0
-- flags: 4000
-- background id: 4755
-- name: notes
----- HyperTalk script -----
on updateNotesPg
put the number of me into currentCard
get field "page no" of card currentCard - 1
add 1 to it
put it into field "page no" of card currentCard
put currentCard + 1 into nextCard
if nextCard <= the number of cards then
get the name of card nextCard
get word 2 of it
get char 2 to 6 of it
if it is "notes" then
send updateNotesPg to card nextCard
end if
end if
end updateNotesPg
-- part 1 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=14 top=60 right=300 bottom=494
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: notes
-- part 5 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=352 top=26 right=43 bottom=470
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Add Notes Pg.
----- HyperTalk script -----
on mouseUp
put the userLevel into currentLevel
set the userLevel to 5
doMenu "Copy Card"
doMenu "Paste Card"
put "Notes (cont.)" into field "heading"
put "" into card field "notes"
put "" into field "page no"
set the cantdelete of this card to false
send updateNotesPg
updateBookmarks (the number of this card)
send showBookmarks
set the userLevel to currentLevel
end mouseUp
-- part contents for background part 7
----- text -----
222
-- part contents for background part 6
----- text -----
Notes
-- part contents for card part 1
----- text -----